home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 44 / PC Actual CD 44.iso / Linux / Cygwin / full.exe / Disk1 / data1.cab / Tools / H-i586-cygwin32 / i586-cygwin32 / include / sys / cdefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-04  |  237 b   |  13 lines

  1. #ifndef    _SYS_CDEFS_H
  2. #define _SYS_CDEFS_H
  3. #ifdef    __cplusplus
  4. #define    __BEGIN_DECLS    extern "C" {
  5. #define    __END_DECLS    }
  6. #else
  7. #define    __BEGIN_DECLS
  8. #define    __END_DECLS
  9. #endif
  10. #define __P(protos)     protos        /* full-blown ANSI C */
  11. #endif
  12.  
  13.